From 6f01508aa8c1443263d8384802ef87b212f67e53 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2020 22:13:06 -0400 Subject: [PATCH] Fix up focus chain result The notebook grab_focus change in the previous commit made backwards tabbing work as expected, and thereby changed the output of one of the focus-chain tests. --- .../focus-chain/widget-factory3.tab-backward | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/testsuite/gtk/focus-chain/widget-factory3.tab-backward b/testsuite/gtk/focus-chain/widget-factory3.tab-backward index 63d93ebfcd..968e04c717 100644 --- a/testsuite/gtk/focus-chain/widget-factory3.tab-backward +++ b/testsuite/gtk/focus-chain/widget-factory3.tab-backward @@ -2,4 +2,33 @@ a sv h GtkEntry GtkText -STOP +GtkButton +GtkToggleButton +GtkNotebook +GtkEntry GtkText +GtkEntry GtkText +GtkNotebook +GtkToggleButton +GtkNotebook +GtkTextView +GtkButton +GtkButton +GtkButton +GtkButton +GtkEntry GtkText +GtkEntry GtkText +GtkListBoxRow +GtkToggleButton +GtkButton +GtkRadioButton +GtkRadioButton +GtkToggleButton +GtkToggleButton +GtkScrolledWindow +GtkLabel +GtkTreeView +GtkToggleButton +GtkToggleButton +GtkToggleButton +GtkToggleButton +WRAP -- 2.30.2